var testing.cpuList

9 uses

	testing (current package)
		benchmark.go#L522: 	for _, procs := range cpuList {
		benchmark.go#L565: 	for i, procs := range cpuList {
		testing.go#L436: 	cpuList     []int
		testing.go#L1812: 	for _, procs := range cpuList {
		testing.go#L2052: 		cpuList = append(cpuList, cpu)
		testing.go#L2054: 	if cpuList == nil {
		testing.go#L2055: 		cpuList = append(cpuList, runtime.GOMAXPROCS(-1))